Operation Task.GetAssigned (Get user tasks)
In component org.nuxeo.ecm.automation.task.contrib
Description
List tasks assigned to this user or one of its group.Task properties are serialized using JSON and returned in a Blob.
Operation id | Task.GetAssigned |
---|---|
Aliases | Workflow.GetTask |
Category | Services |
Label | Get user tasks |
Requires | |
Since | 5.4 |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | blob |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.task.GetUserTasks |
---|---|
Contributing Component | org.nuxeo.ecm.automation.task.contrib |
JSON Definition
{ "id" : "Task.GetAssigned", "aliases" : [ "Workflow.GetTask" ], "label" : "Get user tasks", "category" : "Services", "requires" : null, "description" : "List tasks assigned to this user or one of its group.Task properties are serialized using JSON and returned in a Blob.", "since" : "5.4", "url" : "Task.GetAssigned", "signature" : [ "void", "blob" ], "params" : [ ] }